home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / zcomm.zip / ZCOMM.NEW < prev    next >
Text File  |  1993-11-29  |  22KB  |  481 lines

  1.     -- Please notify us if you have a CGA board that gives "snow" or --
  2.     -- "chromablizzard" when "display warpdrive" is given.  We are   --
  3.     -- considering eliminating snow-removal to increase performance. --
  4.     -------------------------------------------------------------------
  5.  
  6. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  7. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  8. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  9.  
  10. You can customize ZCOMM and GYAM file transfer display colors with the
  11. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  12. ZCOMM can read the resultant file with "source script.t".  These operations
  13. can of course be automated with a script or bound to a function key.
  14.  
  15. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  16.  
  17. The "picture" command generates the same binary screen dump
  18. generated with the ALT-Z key.  This command has been present for
  19. a long time but never fully made it into the manual.
  20.  
  21. By popular request, Classic ZCOMM without graphics file transfer display
  22. has returned in CLASSICZ.ZIP.
  23.  
  24. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  25.  
  26. 18.08 (11-29-93) Enhancements for latest CompuServe B++ CRC-32 and
  27. "Moby Kermit".  Kermit downloads can use the latest C-Kermit speed
  28. options given below.  Kermit autodownloads have been redesigned for
  29. proper operation with new as well as old Columbia Kermit programs.
  30.  
  31. set buffers 25090 25090
  32. set window-size 5
  33. set send packet-length 5000
  34. set receive packet-length 5000
  35. set block 3
  36. set control unprefixed all
  37. set control prefixed 0 1
  38. set transfer cancellation off
  39. set flow none
  40. set handshake none    (or use hardware flow control)
  41. set file type binary
  42. set delay 0
  43.  
  44. When receiving from C-Kermit 189 Pro-YAM is virtually as fast as Columbia
  45. Kermit with the added benefit of rapid automatic downloads with automatic
  46. dialect recognition.  To support the latest Columbia Kermit, Pro-YAM no
  47. longer ignores control characters within packets unless the -M option
  48. is given.  It will be necessary to use the -M option in some mainframe
  49. and/or network Kermit applications (kermit rb -M).
  50.  
  51. When sending with Kermit, control prefixing can be minimized with the
  52. "kermit sb -m" option (Moby Kermit).  The user must experiment to determine if
  53. the receiving program will accept this new Kermit sub-dialect.
  54.  
  55. DOS Serial i/o has been tuned to reduce the computational load imposed
  56. on internal modems with virtual UARTs implemented in firmware.
  57.  
  58. 18.05: The portx command now works with IRQ's up to 15.  An example card
  59. that supports these higher IRQs is the $99 "WinSport II" from Boffin LTD
  60. 612-894-0595.  This card has two NS16550AFN FIFO UARTS and also supports
  61. MobyBaud (18.432 MHz clock).
  62.  
  63. The "D" numeric parameter has been removed; its function is provided by
  64. the optional third argument to the "portx" command.
  65.     portx 3e8,15,57600 speed 200000
  66. Selects a comm port with a base address of 3e8 using IRQ15 and the 18.432
  67. MHz clock option on the Boffin Electronics "WinSport II" 2 port serial board.
  68.  
  69. 18.04: The "handshake ax" command takes the low order 5 bits of the first
  70. letter of the command (usually "a") and writes them to the 8250/16550 UART
  71. Modem Control Register.  This hack is specific to PCDOS flavors.
  72. A typical application is "ha ax" which raises Data Terminal Ready (bit 0)
  73. but turns off Request To Send, useful for interfacing to the Radio Shack
  74. Micronta Cat. No. 22-182 LCD Digital Multimeter with PC Interface.  This
  75. instrument uses an optical coupler and will not communicate unless DTR is
  76. ON and RTS is OFF.
  77.  
  78.  
  79. 18.03:  Some problems with ZMODEM-90(Tm) over 7-bit paths were fixed.
  80. Printer controller mode now passes all characters if vt100 emulation
  81. is not selected.  (Vt220 specs require NULL, XON and XOFF to be filtered.)
  82. If the ena -8g command is given, all 8 bits are passed to the printer.
  83. CIS-B+ CRC-16 and 2k blocks now supported.
  84.  
  85. 18.01:  The default phones path is now c:/yam/phones.t for DOS flavors.
  86. The install batch files have been updated to reflect this change.
  87. The automatic selection of handshake both on serial ports presenting
  88. positive CTS has been refined.  The display routines now default to
  89. "display warpdrive".  If you still have a CGA that generates snow
  90. ("chromablizzard") you must uncomment the "display nowarpdrive" command
  91. in phones.ts.
  92.  
  93. 17.95:  The default built-in DOS phones path is now /yam/phones.t
  94. instead of /phones.t.  As before, it can be overridden with the
  95. DOS PHONES environment variable or by putsnp.
  96.  
  97. 17.94:  DOS flavors now recognize a wider variety of EGA and VGA boards
  98. and automatically set "display warpdrive".  The term function has been
  99. revised for better operation at very high speeds esp. with hardware
  100. handshaking.
  101.  
  102. The "tcs" command now accepts redefinitions of characters 128-255.
  103. This allows "graphics drawing characters" to be changed.
  104.  
  105. 17.93: DOS Pro-YAM flavors now allow the "set" command to bind strings
  106. or commands to the letter ALT keys ALT-a to ALT-z.
  107.  
  108. If image or Image (ena -i or ena -I) mode is on, file append
  109. buffer capture does not search for a CP/M EOF in the file being
  110. appended to.
  111.  
  112. 17.92: Giving "display inhibit" followed by "display noinhibit"
  113. no longer resets Dasher emulation graphics states.
  114.  
  115. Doorway 2.2 is a shareware remote control program that allows a
  116. dial-in Yam user to enter keystrokes and view the alphanumeric
  117. display of the computer Doorway is running on.  This
  118. functionality resembles that provided by PcAnywhere, Carbon
  119. Copy, et al.
  120.  
  121. Doorway host mode support has been added.  When Yam is run under
  122. Doorway, doorway redirection is turned off.  After executing
  123. commands in the setup telephone directory entry and the commands
  124. on the DOS command line, Yam exits before displaying the main
  125. prompt, restoring the previous Doorway state.  DSZ and GSZ
  126. versions starting Dec 1991 also support Doorway host operation.
  127.  
  128. 17.90: Corrections to a cursor positioning problem and pN1
  129. interaction with some display adapters.
  130.  
  131. 17.89  An interaction between the -c switch and CIS-B downloads
  132. was removed.
  133.  
  134. 17.88: A local -c option will now override the sender's -r option.
  135.  
  136. The ""gcolors" command is now a no-op on flavors without the graphic file
  137. transfer display.  The "dG" test condition evaluates true iff the program
  138. supports the graphics file transfer display.
  139.  
  140. A problem with the "display inhibit" command has been fixed.
  141.  
  142. 17.87: the "xy column row" command has been added to allow convenient
  143. direct local cursor addressing. Home = 1 1.  Example:  xy 1 20
  144.  
  145. Fixed an interaction between FIFO uarts and YMODEM-g termination after all
  146. files have been sent.  Fixed problem of some options being ignored on
  147. XMODEM and YMODEM downloads.  Fixed graphics display problem involving
  148. more than 40 MB of files.
  149.  
  150.  
  151. 17.86: A conflict between crash recovery and user specified
  152. short packets has been corrected.
  153.  
  154. Pro-YAM, ZCOMM, DSZ.EXE and GSZ now accept the "c" option to
  155. force incoming files to use a changed file name when a file with
  156. the same name exists.  The receiving program must support this
  157. new ZMODEM option or file disposition will be undefined.
  158.  
  159. 17.84: Fix for possible modem i/o lockup with older UART chips.
  160. Improvements in graphics transfer display.
  161.  
  162. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  163. of defective serial ports.
  164.  
  165. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  166. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  167. to this message a few times will now return control to YAM and cause YAM
  168. to deselect the printer by setting the l numeric parameter to -1.  This
  169. allows normal operation to proceed if the printer fails.  Printing can be
  170. reenabled by setting the l numeric parameter to 0.
  171.  
  172. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  173. graphics status display of file transfer data.  The amount of
  174. information displayed depends on the protocol and sending program.
  175. XMODEM, Compuserve-B, and Kermit download displays make use of data
  176. supplied by the "estimate" command.
  177.  
  178. Time of day and call elapsed time are displayed.  MODEM status is
  179. displayed as follows: x = software flow restraint, X = hardware
  180. flow restraint, L = Loss of carrier detect, H = on Hook.
  181.  
  182. The display color scheme may be altered with the "gcolors"
  183. command.  The following gives a rather "rad" set of colors:
  184.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  185. A menu driven companion program "gcolors" will support interactive
  186. modification of the screen colors.
  187.  
  188. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  189. of ROM BIOS for printing with the lputp command, l mode, and terminal
  190. emulation printer controller mode.  Doing so may generate "Abort Retry
  191. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  192. "Write Fault" messages with some parallel port adapters.  In one instance,
  193. changing from the parallel port on an AST Advantage board to a recent
  194. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  195.  
  196. Wyse 60 printer controller and aux print modes are now supported.
  197.  
  198. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  199. new advanced dialing scripts (adial) without difficulty.  This is initialized
  200. by the MODEM environment string (if present).
  201.  
  202. References to the "aprompt" string should read "altprompt".
  203.  
  204. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  205.  
  206. Conference mode transmission now obeys throttle.
  207.  
  208.  
  209. 17.77: The -I option has been added to the sz and sb commands.  The -I
  210. option causes new versions of VMS rz to store files with the VMS Variable
  211. length (mrs=510) binary format.  The main use of this VMS record format is
  212. to prevent VMS Kermit programs from altering file contents.
  213.  
  214. The string parameters altprompt, tmodes, nodename, parity, and speed
  215. are new to TurboDial 2.35.
  216.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  217.     tmodes    Default term function modes for f, learn, F-2, t commands
  218.     nodename    Unix system node name
  219.     parity    string representation of number of bits and parity, e.g. 8n
  220.     speed    string representation of speed as set by "speed" command
  221.  
  222. Usage of the statliner parameter has been improved.  If statliner begins
  223. with a space, it is appended to the status line information.  Otherwise
  224. it is processed for string substitutions and character escapes and
  225. replaces the right hand side of the status line.
  226.  
  227. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  228.  
  229. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  230.  
  231. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  232. (TurboDial 2.34)  Sz -e is more network compatible.
  233.  
  234. 17.72 Corrected bad CRC calculation on zero length blocks.
  235.  
  236. 17.71 Corrected incorrect calculation of disk free space on very large
  237. disk drives.
  238.  
  239. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  240. modem/fax board.
  241.     -- Please notify us if you have a CGA board that gives "snow" or --
  242.     -- "chromablizzard" when "display warpdrive" is given.  We are   --
  243.     -- considering eliminating snow-removal to increase performance. --
  244.     -------------------------------------------------------------------
  245.  
  246. New ZOO files are being archived with ZOO 2.10 at maximum compression.
  247. These files require ZOO 2.10 or BOOZ to extract.  All manual references
  248. to LOOZ should be changed to BOOZ to reflect this technology upgrade.
  249.  
  250. You can customize ZCOMM and GYAM file transfer display colors with the
  251. GCOLORS program.  Use the following command: "gcolors script.t".  Gyam and
  252. ZCOMM can read the resultant file with "source script.t".  These operations
  253. can of course be automated with a script or bound to a function key.
  254.  
  255. GCOLORS is included in YAMDEMO.ZIP, YAMDEMO.ZOO, ZCOMMEXE.ZIP, and GSZ.ZIP.
  256.  
  257. The "picture" command generates the same binary screen dump
  258. generated with the ALT-Z key.  This command has been present for
  259. a long time but never fully made it into the manual.
  260.  
  261. By popular request, Classic ZCOMM without graphics file transfer display
  262. has returned in CLASSICZ.ZIP.
  263.  
  264. TurboDial 2.36:  A pattern match timeout of 0 now implies no timeout.
  265.  
  266. 18.08 (11-29-93) Enhancements for latest CompuServe B++ CRC-32 and
  267. "Moby Kermit".  Kermit downloads can use the latest C-Kermit speed
  268. options given below.  Kermit autodownloads have been redesigned for
  269. proper operation with new as well as old Columbia Kermit programs.
  270.  
  271. set buffers 25090 25090
  272. set window-size 5
  273. set send packet-length 5000
  274. set receive packet-length 5000
  275. set block 3
  276. set control unprefixed all
  277. set control prefixed 0 1
  278. set transfer cancellation off
  279. set flow none
  280. set handshake none    (or use hardware flow control)
  281. set file type binary
  282. set delay 0
  283.  
  284. When receiving from C-Kermit 189 Pro-YAM is virtually as fast as Columbia
  285. Kermit with the added benefit of rapid automatic downloads with automatic
  286. dialect recognition.  To support the latest Columbia Kermit, Pro-YAM no
  287. longer ignores control characters within packets unless the -M option
  288. is given.  It will be necessary to use the -M option in some mainframe
  289. and/or network Kermit applications (kermit rb -M).
  290.  
  291. When sending with Kermit, control prefixing can be minimized with the
  292. "kermit sb -m" option (Moby Kermit).  The user must experiment to determine if
  293. the receiving program will accept this new Kermit sub-dialect.
  294.  
  295. DOS Serial i/o has been tuned to reduce the computational load imposed
  296. on internal modems with virtual UARTs implemented in firmware.
  297.  
  298. 18.05: The portx command now works with IRQ's up to 15.  An example card
  299. that supports these higher IRQs is the $99 "WinSport II" from Boffin LTD
  300. 612-894-0595.  This card has two NS16550AFN FIFO UARTS and also supports
  301. MobyBaud (18.432 MHz clock).
  302.  
  303. The "D" numeric parameter has been removed; its function is provided by
  304. the optional third argument to the "portx" command.
  305.     portx 3e8,15,57600 speed 200000
  306. Selects a comm port with a base address of 3e8 using IRQ15 and the 18.432
  307. MHz clock option on the Boffin Electronics "WinSport II" 2 port serial board.
  308.  
  309. 18.04: The "handshake ax" command takes the low order 5 bits of the first
  310. letter of the command (usually "a") and writes them to the 8250/16550 UART
  311. Modem Control Register.  This hack is specific to PCDOS flavors.
  312. A typical application is "ha ax" which raises Data Terminal Ready (bit 0)
  313. but turns off Request To Send, useful for interfacing to the Radio Shack
  314. Micronta Cat. No. 22-182 LCD Digital Multimeter with PC Interface.  This
  315. instrument uses an optical coupler and will not communicate unless DTR is
  316. ON and RTS is OFF.
  317.  
  318.  
  319. 18.03:  Some problems with ZMODEM-90(Tm) over 7-bit paths were fixed.
  320. Printer controller mode now passes all characters if vt100 emulation
  321. is not selected.  (Vt220 specs require NULL, XON and XOFF to be filtered.)
  322. If the ena -8g command is given, all 8 bits are passed to the printer.
  323. CIS-B+ CRC-16 and 2k blocks now supported.
  324.  
  325. 18.01:  The default phones path is now c:/yam/phones.t for DOS flavors.
  326. The install batch files have been updated to reflect this change.
  327. The automatic selection of handshake both on serial ports presenting
  328. positive CTS has been refined.  The display routines now default to
  329. "display warpdrive".  If you still have a CGA that generates snow
  330. ("chromablizzard") you must uncomment the "display nowarpdrive" command
  331. in phones.ts.
  332.  
  333. 17.95:  The default built-in DOS phones path is now /yam/phones.t
  334. instead of /phones.t.  As before, it can be overridden with the
  335. DOS PHONES environment variable or by putsnp.
  336.  
  337. 17.94:  DOS flavors now recognize a wider variety of EGA and VGA boards
  338. and automatically set "display warpdrive".  The term function has been
  339. revised for better operation at very high speeds esp. with hardware
  340. handshaking.
  341.  
  342. The "tcs" command now accepts redefinitions of characters 128-255.
  343. This allows "graphics drawing characters" to be changed.
  344.  
  345. 17.93: DOS Pro-YAM flavors now allow the "set" command to bind strings
  346. or commands to the letter ALT keys ALT-a to ALT-z.
  347.  
  348. If image or Image (ena -i or ena -I) mode is on, file append
  349. buffer capture does not search for a CP/M EOF in the file being
  350. appended to.
  351.  
  352. 17.92: Giving "display inhibit" followed by "display noinhibit"
  353. no longer resets Dasher emulation graphics states.
  354.  
  355. Doorway 2.2 is a shareware remote control program that allows a
  356. dial-in Yam user to enter keystrokes and view the alphanumeric
  357. display of the computer Doorway is running on.  This
  358. functionality resembles that provided by PcAnywhere, Carbon
  359. Copy, et al.
  360.  
  361. Doorway host mode support has been added.  When Yam is run under
  362. Doorway, doorway redirection is turned off.  After executing
  363. commands in the setup telephone directory entry and the commands
  364. on the DOS command line, Yam exits before displaying the main
  365. prompt, restoring the previous Doorway state.  DSZ and GSZ
  366. versions starting Dec 1991 also support Doorway host operation.
  367.  
  368. 17.90: Corrections to a cursor positioning problem and pN1
  369. interaction with some display adapters.
  370.  
  371. 17.89  An interaction between the -c switch and CIS-B downloads
  372. was removed.
  373.  
  374. 17.88: A local -c option will now override the sender's -r option.
  375.  
  376. The ""gcolors" command is now a no-op on flavors without the graphic file
  377. transfer display.  The "dG" test condition evaluates true iff the program
  378. supports the graphics file transfer display.
  379.  
  380. A problem with the "display inhibit" command has been fixed.
  381.  
  382. 17.87: the "xy column row" command has been added to allow convenient
  383. direct local cursor addressing. Home = 1 1.  Example:  xy 1 20
  384.  
  385. Fixed an interaction between FIFO uarts and YMODEM-g termination after all
  386. files have been sent.  Fixed problem of some options being ignored on
  387. XMODEM and YMODEM downloads.  Fixed graphics display problem involving
  388. more than 40 MB of files.
  389.  
  390.  
  391. 17.86: A conflict between crash recovery and user specified
  392. short packets has been corrected.
  393.  
  394. Pro-YAM, ZCOMM, DSZ.EXE and GSZ now accept the "c" option to
  395. force incoming files to use a changed file name when a file with
  396. the same name exists.  The receiving program must support this
  397. new ZMODEM option or file disposition will be undefined.
  398.  
  399. 17.84: Fix for possible modem i/o lockup with older UART chips.
  400. Improvements in graphics transfer display.
  401.  
  402. 17.83: Some fixes in GCOLORS.  Coded added to recover from some types
  403. of defective serial ports.
  404.  
  405. 17.82: When using printing with DOS (l numeric parameter == 0), printer
  406. faults generate the "Abort, Retry, Ignore, Fail" message.  Responding "f"
  407. to this message a few times will now return control to YAM and cause YAM
  408. to deselect the printer by setting the l numeric parameter to -1.  This
  409. allows normal operation to proceed if the printer fails.  Printing can be
  410. reenabled by setting the l numeric parameter to 0.
  411.  
  412. 17.80:  Gyam.exe is a new flavor of PCDOS Pro-YAM with full screen
  413. graphics status display of file transfer data.  The amount of
  414. information displayed depends on the protocol and sending program.
  415. XMODEM, Compuserve-B, and Kermit download displays make use of data
  416. supplied by the "estimate" command.
  417.  
  418. Time of day and call elapsed time are displayed.  MODEM status is
  419. displayed as follows: x = software flow restraint, X = hardware
  420. flow restraint, L = Loss of carrier detect, H = on Hook.
  421.  
  422. The display color scheme may be altered with the "gcolors"
  423. command.  The following gives a rather "rad" set of colors:
  424.     gcolors 15,2,12,120,10,6,14,6,31,7,12,2,14,15,15,0,0
  425. A menu driven companion program "gcolors" will support interactive
  426. modification of the screen colors.
  427.  
  428. Setting the l numeric parameter to 0 uses DOS PRN: (stdprn) instead
  429. of ROM BIOS for printing with the lputp command, l mode, and terminal
  430. emulation printer controller mode.  Doing so may generate "Abort Retry
  431. Fail" messages from some versions of DOS.  DOS 5.0 generates spurious
  432. "Write Fault" messages with some parallel port adapters.  In one instance,
  433. changing from the parallel port on an AST Advantage board to a recent
  434. Chinese "AT Multi I/O" board eliminated the DOS error messages.
  435.  
  436. Wyse 60 printer controller and aux print modes are now supported.
  437.  
  438. 17.78: The MODEM string parameter has been added to allow ZCOMM to use the
  439. new advanced dialing scripts (adial) without difficulty.  This is initialized
  440. by the MODEM environment string (if present).
  441.  
  442. References to the "aprompt" string should read "altprompt".
  443.  
  444. Keyboard mapping mode is no longer required for ANSI KAM to be effective.
  445.  
  446. Conference mode transmission now obeys throttle.
  447.  
  448.  
  449. 17.77: The -I option has been added to the sz and sb commands.  The -I
  450. option causes new versions of VMS rz to store files with the VMS Variable
  451. length (mrs=510) binary format.  The main use of this VMS record format is
  452. to prevent VMS Kermit programs from altering file contents.
  453.  
  454. The string parameters altprompt, tmodes, nodename, parity, and speed
  455. are new to TurboDial 2.35.
  456.     altprompt    Prompt string for ALT-2  (similar to mprompt)
  457.     tmodes    Default term function modes for f, learn, F-2, t commands
  458.     nodename    Unix system node name
  459.     parity    string representation of number of bits and parity, e.g. 8n
  460.     speed    string representation of speed as set by "speed" command
  461.  
  462. Usage of the statliner parameter has been improved.  If statliner begins
  463. with a space, it is appended to the status line information.  Otherwise
  464. it is processed for string substitutions and character escapes and
  465. replaces the right hand side of the status line.
  466.  
  467. "Handshake slow" is more effective for ZMODEM CRC-32 and MobyTurbo downloads.
  468.  
  469. pcANYWHERE "A" command has been removed from ZCOMM and Pro-YAM.
  470.  
  471. 17.74 -n flag added to echo command suppresses cr/lf and reverse video.
  472. (TurboDial 2.34)  Sz -e is more network compatible.
  473.  
  474. 17.72 Corrected bad CRC calculation on zero length blocks.
  475.  
  476. 17.71 Corrected incorrect calculation of disk free space on very large
  477. disk drives.
  478.  
  479. 17.70 Code changes to improve operation with the Intel SatisFAXtion(Tm)
  480. modem/fax board.
  481.